home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / tcp / MCF4AmIRC.readme < prev    next >
Text File  |  1997-01-05  |  12KB  |  297 lines

  1. Short:    MCF V4.13 ARexx Integrated AmIRC Scripts.
  2. Author:   dtbecker@ptd.net (Donald T. Becker)
  3. Uploader: dtbecker@ptd.net (Donald T. Becker)
  4. Type:     comm/tcp
  5.  
  6. VERSION:        :  $VER: MCF4AmIRC.readme 4.13 (26.12.96)
  7.  
  8.     A set of integrated ARexx scripts that perform many functions not
  9. readily available with AmIRC (by Olliver Wagner).  Auto-Ops, Status,
  10. Help, and File Server are some of the functions. Remote User Functions
  11. are also available to Authorized Users.
  12.  
  13.    Read the Guide file under Installation for extra information on
  14. installation and software in-compatibilies.
  15.  
  16.  
  17. New to Release 4.13:
  18.  
  19. Fixed a bug with MCF_SOUND.  It now validates that the
  20. requested file actually exists as a FILE before trying
  21. to play it.
  22.  
  23. New to Release 4.12:
  24.  
  25. Added MCF Configuration File exist validation so that
  26. MCF will not Crap out if one of them don't exist.
  27. MCF will notify you which file is missing and continue
  28. to execute.  If you receive this/these error(s),
  29. copy the missing file(s) from the MCF4AmIRC archive
  30. to the MCF: directory
  31.  
  32. New to Release 4.11:
  33.  
  34. Fixed DCCGET bug that occurred with version 4.10.
  35. Changed GUI procedure for selecting which SoundDir
  36. you send a Sound Request from when you have multiple
  37. directories assigned to your SOUNDDIR variable.
  38. Added GUI interface "MCF_Auto.AMIRX" for setting
  39. values of %AUTO variables.
  40.  
  41. New to Release 4.10:
  42.  
  43. Added MCF_SAbuser.AMIRX to ignore speech abusers.
  44. Re-structured MCF.AMIRX for future ease of updates.
  45. Added new flag:  PSOUND.  if = Y,  MCF will play
  46. sounds you send to other users.
  47. Validation now performed on all startup values at
  48. MCF startup time and during %AUTO settings.
  49.  
  50. New to Release 4.9:
  51.  
  52. Added 2 new CTCP functions:  ClientInfo and Finger.
  53. MCF_Finger.AMIRX requires AmiTCP:bin/Finger for it
  54. to respond to a CTCP Finger request.
  55. Fixed a problem in the MCF_HELP script.
  56. DalNet updated versions so I had to change how the
  57. scan in the flood protection for DalNet Services was
  58. done.
  59. Added code to MCF to help guarantee that redirected
  60. dos commands will NOT execute on your machine.
  61. Added Speech and Speech on/off auto switch.
  62.  
  63. New to Release 4.8:
  64.  
  65. The MsgPort "SFPROTECT.?" has been removed.
  66. Removed "MCF__HELP.AMIRX", "MCF__STATUS.AMIRX",
  67. and "MCF_SFPROTECT.AMIRX".  Altered coding in
  68. Help and Status Functions process only 1 request
  69. at a time so as not to flood yourself from off of
  70. the Server.
  71. Flood Protection routine should no longer ignore
  72. Service@Dal.net.
  73. MCF will now display a channel's Topic upon your
  74. Joining it if it is an Encoded Topic.
  75. Added missing commands to MCF:MCF.Cmds.
  76.  
  77. New to Release 4.7:
  78.  
  79. All Config files have been moved from ENV: to MCF:
  80. Install script handles updates of older versions.
  81. Added new options to Auto-Greets:
  82. P  will send the Greets as a PRIVMSG to the user.
  83. C  will only send Greets to a user if that channel
  84.    is listed in file:   MCF:MCF.GChans.
  85. Added validation to values issued by way of %AUTO.
  86. CTCP_Sound.AMIRX is now more Win95 compatible.
  87. MCF Aliases are now installable thru install script.
  88. Install script moves configuration files from ENV:
  89. to MCF: and deletes 1 obsolete script from ENV:.
  90. Added new CTCP function:   MCF_PING.AMIRX.
  91.  
  92. New to Release 4.6:
  93.  
  94. Fixed bug in !Nick Auto-Request function.
  95. Re-structured Flood Protection processing.
  96. Fixed bug where an ingnored, but not silenced
  97. user, would still get response from MCF.
  98. Finally added auto-random and auto-nick Greets.
  99. Sound function now strips IBM style drive letters
  100. and directory paths from sound filenames.
  101.  
  102. New to Release 4.5:
  103.  
  104. Added new feature to MCF_GETSOUND.AMIRX.
  105. Added new feature to MCF_Encode.AMIRX.
  106. Added DalHelper configuration to Install_MCF.
  107. Added more functions to DalHelper.AMIRX.
  108. Fixed bug in MCF.AMIRX Decryption routine.
  109. Fixed bug in %AUTO USE/SAVE routines.
  110. Changed MCF_SOUND.AMIRX to auto-request a
  111. not-found soundfile only once.
  112. Added a GUI to sending sounds function "CTCP_Sound.AMIRX"
  113. Commpressed all script files with RexxOpt.
  114. Added Auto-Get feature for sounds you request
  115. from another user thru the NOSOUNDS settings.
  116. Fixed channel CTCP flood protection.
  117.  
  118. New to Release 4.4:
  119.  
  120. Extra kick power added to function MKB.AMIRX.
  121. New function for users of Dal's NickServ and ChanServ:
  122.  DalHelper.AMIRX
  123.  
  124. New to Release 4.3:
  125.  
  126. Nothing except for Rexx: being hard-coded before all scripts.
  127.  
  128. New to Release 4.2:
  129.  
  130. Added 2 new commands for those users who keep asking
  131. for OPs.   MCF_OK.AMIRX and MCF_OKB.AMIRX.
  132.  
  133. New to Release 4.1:
  134.  
  135. Made encryption schemes into a file that is to reside in MCF:
  136. filename is  MCF.Encrypt.
  137. Re-structured the internal coding of MCF so that the main
  138. loop in it has less to interpret thru each cycle.
  139. Changed MCF_Encode.AMIRX to fetch the necessary encryption
  140. info from the clipboard instead of reading the whole
  141. MCF.Encrypt file or hard-coding it into the script.
  142. Added URL for MCF Home Page to MCF_VERSION.AMIRX
  143.  
  144. New to Release 4.0:
  145.  
  146. The main script (MCF.AMIRX) and all associated scripts were
  147. changed to run the remote commands as seperate background tasks.
  148. This allows the main script to continue it's processing quicker.
  149. Added user configurable responses to "Soundfile not found"
  150. condition from a CTCP SOUND.
  151. Added new CTCP command:  MCF_VERSION.AMIRX.
  152. Added new CTCP command:  MCF_GETSOUND.AMIRX.
  153. Added size checking to the Flood Protection routine.
  154. Added Icons and a new script to allow a user to test MCF
  155. first, without Installing it.
  156. Added 4th option for response to "Soundfile not found".
  157. Added support for auto-fetching of un-found soundfiles.
  158. Added code to allow individualized remote command usage.
  159. Added Silence to the auto-ignore and un-ignore routines.
  160. Added new Extra command for joining a channel and then
  161. sending a sound request to the channel:  JSound.AMIRX.
  162. Added new Extra command for manual silencing of users
  163. that you expect flooding from:  MCF_Silence.AMIRX.
  164. Added support for Cybeonix V1.3.3 message encryption.
  165. Added new Extra command for encrypting messages:
  166. MCF_Encode.AMIRX.
  167. Added 10 new encryption routines exclusive to MCF.
  168.  
  169. New to 3.1:
  170.  
  171. Added new Extra Command:  Say.AMIRX  This allows you at add
  172. attributes to lines of text sent to the channel or a user.
  173. Attributes are:  Reversed,  UnderLined,  and  Bold.
  174. Added new Level 99 function:  %OPTS  This will display to the
  175. screen the current changeable enviroment settings being used.
  176.  
  177. New to Release 3.0:
  178.  
  179. MCF now makes use of ENV default values stored in a file named MCF4AmIRC
  180. in your ENV: directory.  This will make the installation of any future
  181. updates much easier.
  182.  
  183. Scanning for TEXT and PRIV Flooding has now been added to the 
  184. Protection process.  A new method for passing the info to the
  185. Protection process has also been added.
  186.  
  187. New to Release 2.2:
  188.  
  189. An installation warning.  A new function to make using the configuration
  190. functions easier.
  191.  
  192. New to Release 2.1:
  193.  
  194. 9 more .help files and a completely re-written %STATUS function.
  195. Please E-Mail me about bugs/suggestions.
  196.  
  197. New to Release 2.0:
  198.  
  199. Now supports CTCP Sound command.  MCF has the capabilities now to process
  200. a CTCP Sound command sent to you by another user just like "mIRC" users.
  201.  
  202. Now included, FLOOD Protection.  This method isn't perfect, so, if it doesn't
  203. stand up to a Mass Attack upon you, I'm sorry.
  204. Protection is somewhat proportional to the speed of your CPU.
  205.  
  206.  
  207. ============================= Archive contents =============================
  208.  
  209. Original  Packed Ratio    Date     Time    Name
  210. -------- ------- ----- --------- --------  -------------
  211.      628     282 55.0% 25-Aug-96 11:46:00  MCF4AmIRC.info
  212.     1799    1390 22.7% 25-Aug-96 11:46:00 +CleanUp_MCF.rexx.info
  213.    18683    5092 72.7% 15-Sep-96 18:58:38 +DalHelper.Doc
  214.     1901    1384 27.1% 07-Sep-96 15:20:42 +DalHelper.Doc.info
  215.     2657     643 75.7% 25-Aug-96 11:46:00 +ENV.info
  216.     4571    1740 61.9% 11-Oct-96 16:52:14 +MCF_JOIN.AMIRX
  217.    16608    4404 73.4% 26-Dec-96 21:52:00 +Install_MCF
  218.      707     359 49.2% 06-Sep-96 18:59:10 +Install_MCF.info
  219.     2657     650 75.5% 25-Aug-96 11:46:00 +MCF.info
  220.      269     140 47.9% 14-Dec-96 09:39:26 +MCF.Cmds
  221.     2141    2096  2.1% 29-Jul-96 17:29:56 +MCF.Encrypt
  222.      108      87 19.4% 31-Mar-96 07:42:24 +MCF.FServ
  223.       17      17  0.0% 12-Oct-96 11:35:18 +MCF.GChans
  224.       53      53  0.0% 12-Oct-96 11:34:42 +MCF.GNicks
  225.      100      85 15.0% 12-Oct-96 11:36:22 +MCF.Greets
  226.      269     106 60.5% 19-Nov-96 18:58:12 +MCF.Ops
  227.       81      81  0.0% 12-Oct-96 11:34:10 +MCF.Pings
  228.       50      50  0.0% 12-Oct-96 11:33:26 +MCF.PNicks
  229.      721     284 60.6% 07-Oct-96 16:52:36 +MCF.Protect
  230.     1162     440 62.1% 18-Dec-96 18:49:22 +MCF.StartUp
  231.      251     185 26.2% 29-Jul-96 18:55:26 +MCF_AU.help
  232.      944     414 56.1% 29-Jul-96 18:54:36 +MCF_AUTO.help
  233.      178     130 26.9% 29-Jul-96 19:02:32 +MCF_DO.help
  234.      218     162 25.6% 29-Jul-96 18:55:12 +MCF_DU.help
  235.      189     143 24.3% 29-Jul-96 19:02:58 +MCF_FLIST.help
  236.      338     210 37.8% 29-Jul-96 19:04:20 +MCF_FSEND.help
  237.      238     157 34.0% 29-Jul-96 18:56:30 +MCF_HELP.help
  238.      243     149 38.6% 29-Jul-96 19:00:00 +MCF_K.help
  239.      254     154 39.3% 29-Jul-96 19:01:12 +MCF_KB.help
  240.      244     164 32.7% 29-Jul-96 18:59:20 +MCF_MDO.help
  241.      304     179 41.1% 29-Jul-96 20:14:56 +MCF_MKB.help
  242.      302     177 41.3% 09-Aug-96 06:42:34 +MCF_OK.help
  243.      312     185 40.7% 09-Aug-96 06:43:40 +MCF_OKB.help
  244.      229     152 33.6% 29-Jul-96 18:58:46 +MCF_OP.help
  245.      189     143 24.3% 29-Jul-96 18:56:38 +MCF_OPTS.help
  246.      150     122 18.6% 29-Jul-96 18:57:00 +MCF_QUIT.help
  247.      180     139 22.7% 29-Jul-96 18:57:10 +MCF_RC.help
  248.      167     130 22.1% 29-Jul-96 18:57:18 +MCF_RU.help
  249.      225     156 30.6% 29-Jul-96 19:00:38 +MCF_STATUS.help
  250.      186     143 23.1% 29-Jul-96 18:55:36 +MCF_USERS.help
  251.    53221   18087 66.0% 26-Dec-96 21:50:50 +MCF4AmIRC.Guide
  252.     1906    1391 27.0% 25-Aug-96 11:46:00 +MCF4AmIRC.Guide.info
  253.     7266    3099 57.3% 26-Dec-96 21:47:26 +MCF4AmIRC.readme
  254.     1901    1388 26.9% 25-Aug-96 11:46:00 +MCF4AmIRC.readme.info
  255.     1233     806 34.6% 25-Aug-96 11:46:00 +Rexx.info
  256.     2741    1223 55.3% 22-Dec-96 09:59:58 +CTCP_Sound.AMIRX
  257.     5721    1833 67.9% 07-Oct-96 17:35:14 +DalHelper.AMIRX
  258.     1017     594 41.5% 17-Sep-96 17:29:24 +FAQ.AMIRX
  259.     1077     601 44.1% 17-Sep-96 17:28:46 +JSound.AMIRX
  260.    15061    4999 66.8% 25-Dec-96 16:49:46 +MCF.AMIRX
  261.      660     370 43.9% 17-Sep-96 17:29:26 +MCF_Alias.AMIRX
  262.     1174     600 48.8% 17-Sep-96 17:29:18 +MCF_AU.AMIRX
  263.     2156     981 54.4% 22-Dec-96 16:00:10 +MCF_Auto.AMIRX
  264.      523     365 30.2% 14-Dec-96 09:30:56 +MCF_ClientInfo.AMIRX
  265.      953     545 42.8% 17-Sep-96 17:29:18 +MCF_DO.AMIRX
  266.      799     483 39.5% 17-Sep-96 17:29:18 +MCF_DU.AMIRX
  267.     1249     678 45.7% 17-Sep-96 17:29:14 +MCF_Encode.AMIRX
  268.      680     423 37.7% 14-Dec-96 09:30:58 +MCF_Finger.AMIRX
  269.      607     416 31.4% 17-Sep-96 17:29:18 +MCF_FLIST.AMIRX
  270.      970     600 38.1% 17-Sep-96 17:29:20 +MCF_FSEND.AMIRX
  271.     1396     706 49.4% 17-Sep-96 17:29:18 +MCF_FServ.rexx
  272.      760     469 38.2% 04-Nov-96 19:37:40 +MCF_GETSOUND.AMIRX
  273.     1481     729 50.7% 14-Dec-96 09:31:16 +MCF_HELP.AMIRX
  274.     1006     568 43.5% 17-Sep-96 17:29:20 +MCF_K.AMIRX
  275.     1015     575 43.3% 27-Sep-96 09:42:48 +MCF_KB.AMIRX
  276.     1642     793 51.7% 17-Sep-96 17:29:20 +MCF_MDO.AMIRX
  277.     1694     853 49.6% 17-Sep-96 17:29:20 +MCF_MKB.AMIRX
  278.     1205     623 48.2% 17-Sep-96 17:29:24 +MCF_OK.AMIRX
  279.     1250     646 48.3% 17-Sep-96 17:29:24 +MCF_OKB.AMIRX
  280.      780     479 38.5% 17-Sep-96 17:29:20 +MCF_OP.AMIRX
  281.     2439     963 60.5% 10-Oct-96 21:30:28 +MCF_PING.AMIRX
  282.     4886    1780 63.5% 14-Dec-96 09:31:14 +MCF_PROTECT.AMIRX
  283.      810     491 39.3% 18-Dec-96 20:00:24 +MCF_SAbuser.AMIRX
  284.      711     447 37.1% 17-Sep-96 17:29:16 +MCF_Silence.AMIRX
  285.     2519    1096 56.4% 26-Dec-96 21:43:40 +MCF_SOUND.AMIRX
  286.     1308     646 50.6% 28-Oct-96 22:43:34 +MCF_STATUS.AMIRX
  287.      816     513 37.1% 11-Oct-96 16:59:46 +MCF_UI.AMIRX
  288.      847     490 42.1% 17-Sep-96 17:29:18 +MCF_USERS.AMIRX
  289.      594     388 34.6% 26-Dec-96 21:43:02 +MCF_VERSION.AMIRX
  290.      993     589 40.6% 17-Sep-96 17:29:26 +MFAQ.AMIRX
  291.      653     442 32.3% 17-Sep-96 17:29:14 +NFK.AMIRX
  292.      819     448 45.2% 17-Sep-96 17:29:24 +Say.AMIRX
  293.      967     457 52.7% 01-Aug-96 21:27:52 +SetUp_MCF.rexx
  294.     1799    1391 22.6% 25-Aug-96 11:46:00 +SetUp_MCF.rexx.info
  295. -------- ------- ----- --------- --------
  296.   193828   78841 59.3% 29-Dec-96 00:04:36   84 files
  297.